home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 19 / macformat_19.iso / Rincón del lector / Reader's Contributions / HeadHunter™ / menu.Dxr / 00001_bloc.ls next >
Encoding:
Text File  |  1996-07-23  |  207 b   |  9 lines

  1. on mouseDown
  2.   puppetSound("p")
  3.   set variable to the castNum of sprite the clickOn
  4.   set variable to variable + 2
  5.   set the castNum of sprite the clickOn to variable
  6.   updateStage()
  7.   go(1, "cy passw")
  8. end
  9.